body
{
   margin:0px;
   width:100%;
   height:100%;
}

br
{
   font-size: 12px;
   line-height:6px;
}

.header
{
   background-image:url('../../img/kb_header.jpg');
   height:68px;
   width:100%;
}

.logo
{
   background-image:url('../../img/kb_logo.gif');
   height:67px;
   width:192px;
}

.arrow_topleft
{
   background-image:url('../../img/arrow_topleft.gif');
   background-repeat:no-repeat;
   height:5px;
   width:5px;
}

.arrow_left
{
   background-image:url('../../img/arrow_left.gif');
   background-repeat:repeat-y;
   width:5px;
}

.arrow_bottomleft
{
   background-image:url('../../img/arrow_bottomleft.gif');
   background-repeat:no-repeat;
   height:5px;
   width:5px;
}

.arrow_top
{
   background-image:url('../../img/arrow_top.gif');
   background-repeat:repeat-x;
   height:5px;
}

.arrow_bottom
{
   background-image:url('../../img/arrow_bottom.gif');
   background-repeat:repeat-x;
   height:5px;
}

.matrixbox
{
   border-style: solid;
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px;
   border-color: #00000;
   padding-left:2px;
   padding-right:2px;
   font-size:9px;
   white-space:no-wrap;
   display: block
}

.matrixsbox
{
   border-style: solid;
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px;
   border-color: #00000;
   white-space:no-wrap;
}

.matrixSubTable
{
   line-height:14px;
   white-space:no-wrap;
}

.matrixTable
{
   font-size: 10px;
   white-space:no-wrap;
}

.hoverbox
{
   border-style: solid;
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px;
   border-color: #40a3de;
   padding-left:3px;
   padding-right:3px;
   background: #EBEBEB;
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
}